projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371ea7c
)
Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Nov 2017 16:01:38 +0000
(11:01 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Nov 2017 16:02:29 +0000
(11:02 -0500)
A stray GdkScreen leftover.
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index b27ddb776cce09cab8e4c28a5ee74a6cabad1ccf..bf3ddc5e8cdf7a9033e6e8d85185d6b079e20b1b 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-57,15
+57,6
@@
file_exists (const char *filename)
return stat (filename, &statbuf) == 0;
}
-GtkWidget *
-shape_create_icon (GdkScreen *screen,
- char *xpm_file,
- gint x,
- gint y,
- gint px,
- gint py,
- gint window_type);
-
static GtkWidget *
build_option_menu (gchar *items[],
gint num_items,